@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Cairo', 'Poppins';
}

:root {
    --main-color: #C6894C;
    --font-color: #000;
    --third-color: #fff;
}

body {
    margin: 0;
    padding: 0;
    outline: 0;
}

.cover1 {
    height: fit-content;
    position: relative;
}



.cover1 img {
    width: 100%;
    opacity: 0;
    height: 20vw;
}

.cover1 .ff1 {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% auto !important;
}

@media (max-width:853px) {
    .cover1{
        padding-top: 80px;
    }

    .cover1 .ff1 {
        top: 80px !important;
    }
}

esraa {
    background-color: white;
    display: block;
    z-index: 100;
    position: relative;
    margin-top: 3vw;
}

.text {

    text-align: center;
    width: 100%;
}

.headText {
    color: var(--main-color);
    font-size: 200%;
    font-weight: 700;
    margin: 0;

}

esraa .text p {
    max-width: 70%;
    direction: rtl;
    line-height: 2.3;
    font-size: 120%;
    letter-spacing: 1px;
    word-spacing: 10px;
    font-weight: 700;

}

.text-contains {
    width: 100%;
    text-align: center;
    display: grid;
    place-items: center;
}

@media (max-width:950px) {
    esraa .text p {
        line-height: 2;
        font-size: 100%;
        letter-spacing: 0;
        word-spacing: 0;
        font-weight: 600;
    }
}

@media (max-width:550px) {
    esraa .text p {
        line-height: 1.5;
        font-size: 12px;
        letter-spacing: 0;
        word-spacing: 0;
        font-weight: 700;
        max-width: 80%;
    }

    .headText {
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 140%;
    }
}

.sep-line {
    display: grid;
    justify-items: center;
}

.separator-line {
    height: 2px;
    background-color: var(--main-color);
    width: 80%;
}